window: Don't queue resize handler
authorBenjamin Otte <otte@redhat.com>
Tue, 10 Apr 2018 20:02:31 +0000 (22:02 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 11 Apr 2018 01:16:34 +0000 (03:16 +0200)
It's not needed, because the queue_allocate() call right above it does
this work.

gtk/gtkwindow.c

index 622477a0231866037666c96bb5398c948334a4ff..d8ba708af9b01e2735e7876b84c769928f574325 100644 (file)
@@ -7244,7 +7244,6 @@ gtk_window_configure_event (GtkWidget *widget,
   priv->configure_notify_received = TRUE;
 
   gtk_widget_queue_allocate (widget);
-  gtk_container_queue_resize_handler (GTK_CONTAINER (widget));
   
   return TRUE;
 }